home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
pc
/
envpub
/
printreg.bat
< prev
next >
Wrap
DOS Batch File
|
2000-01-01
|
812b
|
19 lines
ECHO OFF
CLS
ECHO This will print the Registration Information file. The Registration
ECHO Information file contains details about the benefits you receive when
ECHO you register (40 new fonts, a licensed current version of the program,
ECHO a 270 page illustrated User's Guide, clipart, support, newsletter, etc.).
ECHO It will also print the Registration Form.
ECHO Please make sure that your printer is turned on and it has 4 pages
ECHO available.
ECHO -------------------------------------------------------------------------
ECHO Press any key to start printing, or CTRL-C to cancel...
ECHO -------------------------------------------------------------------------
PAUSE
CLS
ECHO Printing the Registration Information file...
copy register.doc prn
CLS
ECHO Printing done.
ECHO ON